home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / MUBBS V1.1.SEA / MUBBS V1.1 / help / Version Info / Modules in this release.txt next >
Text File  |  1992-02-29  |  2KB  |  32 lines

  1. How the modules are set up in this release of MUBBS
  2.  
  3. (not updated for 1.0 yet sorry)
  4.  
  5. ID#     Name         Type    Description
  6.  
  7. 128  maincaller     caller   - The first module called
  8. 129  example1       test     - This is the test module example
  9. 130  example2       test     - This is the module that example calls
  10. 131  menu1          menu     - This is the first menu called
  11. 132  caller1        caller   - Calls the example module twice as a test
  12. 133  sendfile1      sendfile - the "startup" text
  13. 134  sendfile2      sendfile - sends a text file for a example
  14. 135  login          login    - logs the user in
  15. 136  getuserfield   login    - used to get a user's record field (called by login)
  16. 137  putuserfield   login    - used to put info TO a users record (called by login)
  17. 138  minute10       maint    - Called every 10 minutes, does nothing now
  18. 139  modems         modems   - Handles all the modem stuff
  19. 140  serial         serial   - Handles all serial I/O functions (needs to be INIT'ed)
  20. 141  sendfile3      sendfile - sends the "bulletin"
  21. 142  XFER_Xmodem    files    - A protocol for files, "XFER" identifies protocols
  22. 143  files          files    - The Files module
  23. 144  time           time     - Show's the user time on and allowed
  24. 700  check_email    E-Mail   - For use by "check-for-email" and "email_on_login"
  25. 701  delete_email   E-Mail   - For use by "check-for-email", deletes mail
  26. 702  display_email  E-Mail   - For use by "check-for-email", shows the mail
  27. 703  enter_email    E-Mail   - For use by "check-for-email", enters a message
  28. 704  save_email     E-Mail   - For use by "check-for-email", saves the message
  29. 710  check_for_email E-Mail  - Main E-Mail call, does everything
  30. 711  email_on_login E-Mail   - Checks for mail at login, then calls "check-for-email"
  31. 720  userinfo      userinfo  - Changes the users terminal config from online
  32.